ComponentOne Data Source for Entity Framework
C1.LiveLinq.Indexing Namespace / SubindexCollection<T> Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (SubindexCollection<T>)
    In This Topic
    Returns an enumerator that iterates through the SubindexCollection<T>.
    Syntax
    'Declaration
     
    
    Public Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of Subindex(Of T))
    public System.Collections.Generic.IEnumerator<Subindex<T>> GetEnumerator()
    See Also